home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / dhtmlunl / dhtml.exe / CD Content / Chap13 / dun13_6.txt < prev    next >
Encoding:
Text File  |  1997-12-18  |  342 b   |  17 lines

  1. <HTML>
  2. <BODY id=DocBody BGCOLOR=#C0C0C0>
  3.  
  4. <SCRIPT FOR="myBold" EVENT="onClick" LANGUAGE="VBScript">
  5.     msgbox myStyle.style.filter
  6.     myFont.size=myFont.size+1
  7. </SCRIPT>
  8.  
  9. <SPAN id=myStyle STYLE="filter:glow;width:100;height:50">
  10. <FONT id=myFont size=1>
  11. <B ID=myBold>text</B>
  12. </FONT>
  13. </SPAN>
  14.  
  15. </BODY>
  16. </HTML>
  17.